home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / domacnost a kancelar / autoit / autoit-v3-setup.exe / Examples / Helpfile / _IELinkClickByIndex.au3 < prev    next >
Text File  |  2007-09-08  |  321b  |  8 lines

  1. ; *******************************************************
  2. ; Example 1 - Open browser with basic example, click on the 3rd
  3. ;                link on the page (note: the first link is index 0)
  4. ; *******************************************************
  5. ;
  6. #include <IE.au3>
  7. $oIE = _IE_Example ("basic")
  8. _IELinkClickByIndex ($oIE, 2)